home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CUJ9202.ARJ / 1002026A < prev    next >
Text File  |  1992-06-02  |  97b  |  6 lines

  1.  
  2. else if (op[0] == '-')
  3.     {int temp = pop(); (push(pop() - temp))};
  4. else if (op[0] == '*')
  5.  
  6.